Skip to content

[iceberg] Support custom table properties passthrough to Iceberg REST catalog - #9268

Merged
JingsongLi merged 1 commit into
apache:masterfrom
JTaky:oleksandr.nitavskyi/iceberg-table-properties-master
Aug 20, 2026
Merged

[iceberg] Support custom table properties passthrough to Iceberg REST catalog#9268
JingsongLi merged 1 commit into
apache:masterfrom
JTaky:oleksandr.nitavskyi/iceberg-table-properties-master

Conversation

@JTaky

@JTaky JTaky commented Aug 17, 2026

Copy link
Copy Markdown
Contributor

Adds an explicit opt-in prefix, metadata.iceberg.table-properties., mirroring the existing metadata.iceberg.rest.* pattern. Custom properties are merged into the Iceberg table's properties on create, recreate (on metadata-base mismatch), and steady-state update paths, all of which route through IcebergRestMetadataCommitter#updateProperties(). Iceberg's reserved property keys are filtered out to avoid crashing the commit.

ADPS-1261

Purpose

Tests

… catalog

Adds an explicit opt-in prefix, metadata.iceberg.table-properties.<key>,
mirroring the existing metadata.iceberg.rest.* pattern. Custom properties
are merged into the Iceberg table's properties on create, recreate (on
metadata-base mismatch), and steady-state update paths, all of which
route through IcebergRestMetadataCommitter#updateProperties(). Iceberg's
reserved property keys are filtered out to avoid crashing the commit.

ADPS-1261
@JingsongLi

Copy link
Copy Markdown
Contributor

+1

@JingsongLi
JingsongLi merged commit d6ff29b into apache:master Aug 20, 2026
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants